JAMS Developer Guide
ObjectChanged Method (NotifyPropertyCollection<T>)


MVPSI.JAMS Namespace > NotifyPropertyCollection<T> Class : ObjectChanged Method
The object in the list that changed.
Support for change notification
Syntax
'Declaration
 
Public Overridable Sub ObjectChanged( _
   ByVal obj As T _
) 
'Usage
 
Dim instance As NotifyPropertyCollection(Of T)
Dim obj As T
 
instance.ObjectChanged(obj)
public virtual void ObjectChanged( 
   T obj
)

Parameters

obj
The object in the list that changed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NotifyPropertyCollection<T> Class
NotifyPropertyCollection<T> Members